Skip to main content

All Questions

0votes
1answer
1kviews

splitting into train test by train_test_split of float values?

How to split into train test by train_test_split of float values ? I used LabelEncoder but I have about 300K lines and when I used the cross_val I saw ...
user10296606's user avatar

close